services.hostapd.radios.<name>.wifi4.capabilities

HT (High Throughput) capabilities given as a list of flags. Please refer to the hostapd documentation for allowed values and only set values supported by your physical adapter.

The default contains common values supported by most adapters.

Type
list of string
Default
[
  "HT40"
  "SHORT-GI-20"
  "SHORT-GI-40"
]
Example
[
  "LDPC"
  "HT40+"
  "HT40-"
  "GF"
  "SHORT-GI-20"
  "SHORT-GI-40"
  "TX-STBC"
  "RX-STBC1"
]
Declared
<nixpkgs/nixos/modules/services/networking/hostapd.nix>